home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / shadtest.zip / SHADTEST.DOC next >
Text File  |  1991-04-25  |  1KB  |  27 lines

  1. x
  2.  
  3.  
  4.                              SHADOW TEST v1.0
  5.  
  6.                           shadow ram test utility
  7.  
  8.  
  9.     SHADOW TEST is a utility to determine if shadow ram is working. 
  10.     It does this by calculating access times for main ram and for BIOS
  11.     memory.  By comparing these two measurements, one can make a
  12.     reasonable assumption as to whether the shadow ram is enabled. If
  13.     shadow ram is working then access time for the BIOS area will be
  14.     less than or equal to the access time for main ram memory. 
  15.     However, if shadow ram is disabled access time to BIOS memory will
  16.     be longer because wait states are inserted in the memory cycle to
  17.     accomodate the slower BIOS rom memory.  SHADOW TEST does not test
  18.     the actual quality of the RAM because shadow ram is normally write
  19.     protected. SHADOW TEST will report the ratio of the access times,
  20.     thus you may overide the program's judgement with your own. The
  21.     program bases its decision depending on whether the ratio of BIOS
  22.     to MAIN access time is less than 106%.
  23.  
  24.     Try running SHADOW TEST twice: once with shadow ram enabled and
  25.     once with it disabled. This will give you a bench mark. Save the
  26.     numbers for comparison should you ever suspect problems with your
  27.     shadow ram circuitry.